1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmCAT_GROUP_ADD
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmCAT_GROUP_ADD))
26         Me.Panel1 = New System.Windows.Forms.Panel
27         Me.Label7 = New System.Windows.Forms.Label
28         Me.Label6 = New System.Windows.Forms.Label
29         Me.PictureBox1 = New System.Windows.Forms.PictureBox
30         Me.Label1 = New System.Windows.Forms.Label
31         Me.Label2 = New System.Windows.Forms.Label
32         Me.txtgname = New System.Windows.Forms.TextBox
33         Me.txtgdesc = New System.Windows.Forms.TextBox
34         Me.cmdsave = New System.Windows.Forms.Button
35         Me.cmdclose = New System.Windows.Forms.Button
36         Me.Panel1.SuspendLayout()
37         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
38         Me.SuspendLayout()
39         
'
40         
'Panel1
41         
'
42         Me.Panel1.Controls.Add(Me.Label7)
43         Me.Panel1.Controls.Add(Me.Label6)
44         Me.Panel1.Controls.Add(Me.PictureBox1)
45         Me.Panel1.Location = New System.Drawing.Point(
1, 2)
46         Me.Panel1.Name =
"Panel1"
47         Me.Panel1.Size = New System.Drawing.Size(
265, 39)
48         Me.Panel1.TabIndex =
8
49         
'
50         
'Label7
51         
'
52         Me.Label7.AutoSize = True
53         Me.Label7.Location = New System.Drawing.Point(
53, 22)
54         Me.Label7.Name =
"Label7"
55         Me.Label7.Size = New System.Drawing.Size(
138, 13)
56         Me.Label7.TabIndex =
2
57         Me.Label7.Text =
"Add, Edit Brand Description"
58         
'
59         
'Label6
60         
'
61         Me.Label6.AutoSize = True
62         Me.Label6.Font = New System.Drawing.Font(
"Tahoma", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
63         Me.Label6.ForeColor = System.Drawing.SystemColors.Highlight
64         Me.Label6.Location = New System.Drawing.Point(
51, 3)
65         Me.Label6.Name =
"Label6"
66         Me.Label6.Size = New System.Drawing.Size(
154, 19)
67         Me.Label6.TabIndex =
1
68         Me.Label6.Text =
"Brand Description"
69         
'
70         
'PictureBox1
71         
'
72         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
73         Me.PictureBox1.Location = New System.Drawing.Point(
3, 3)
74         Me.PictureBox1.Name =
"PictureBox1"
75         Me.PictureBox1.Size = New System.Drawing.Size(
44, 36)
76         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
77         Me.PictureBox1.TabIndex =
0
78         Me.PictureBox1.TabStop = False
79         
'
80         
'Label1
81         
'
82         Me.Label1.AutoSize = True
83         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
84         Me.Label1.Location = New System.Drawing.Point(
1, 53)
85         Me.Label1.Name =
"Label1"
86         Me.Label1.Size = New System.Drawing.Size(
81, 13)
87         Me.Label1.TabIndex =
9
88         Me.Label1.Text =
"Brand Name :"
89         
'
90         
'Label2
91         
'
92         Me.Label2.AutoSize = True
93         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
94         Me.Label2.Location = New System.Drawing.Point(
1, 77)
95         Me.Label2.Name =
"Label2"
96         Me.Label2.Size = New System.Drawing.Size(
113, 13)
97         Me.Label2.TabIndex =
10
98         Me.Label2.Text =
"Brand Description :"
99         
'
100         
'txtgname
101         
'
102         Me.txtgname.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
103         Me.txtgname.Location = New System.Drawing.Point(
85, 50)
104         Me.txtgname.Name =
"txtgname"
105         Me.txtgname.Size = New System.Drawing.Size(
181, 21)
106         Me.txtgname.TabIndex =
0
107         
'
108         
'txtgdesc
109         
'
110         Me.txtgdesc.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
111         Me.txtgdesc.Location = New System.Drawing.Point(
117, 74)
112         Me.txtgdesc.Name =
"txtgdesc"
113         Me.txtgdesc.Size = New System.Drawing.Size(
149, 21)
114         Me.txtgdesc.TabIndex =
1
115         
'
116         
'cmdsave
117         
'
118         Me.cmdsave.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
119         Me.cmdsave.Location = New System.Drawing.Point(
4, 108)
120         Me.cmdsave.Name =
"cmdsave"
121         Me.cmdsave.Size = New System.Drawing.Size(
75, 25)
122         Me.cmdsave.TabIndex =
2
123         Me.cmdsave.Text =
"&Save"
124         Me.cmdsave.UseVisualStyleBackColor = True
125         
'
126         
'cmdclose
127         
'
128         Me.cmdclose.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
129         Me.cmdclose.Location = New System.Drawing.Point(
85, 108)
130         Me.cmdclose.Name =
"cmdclose"
131         Me.cmdclose.Size = New System.Drawing.Size(
75, 25)
132         Me.cmdclose.TabIndex =
3
133         Me.cmdclose.Text =
"&Close"
134         Me.cmdclose.UseVisualStyleBackColor = True
135         
'
136         
'FrmCAT_GROUP_ADD
137         
'
138         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
139         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
140         Me.ClientSize = New System.Drawing.Size(
270, 143)
141         Me.Controls.Add(Me.cmdclose)
142         Me.Controls.Add(Me.cmdsave)
143         Me.Controls.Add(Me.txtgdesc)
144         Me.Controls.Add(Me.txtgname)
145         Me.Controls.Add(Me.Label2)
146         Me.Controls.Add(Me.Label1)
147         Me.Controls.Add(Me.Panel1)
148         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
149         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
150         Me.Name =
"FrmCAT_GROUP_ADD"
151         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
152         Me.Text =
"Group"
153         Me.Panel1.ResumeLayout(False)
154         Me.Panel1.PerformLayout()
155         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
156         Me.ResumeLayout(False)
157         Me.PerformLayout()
158
159     End Sub
160     Friend WithEvents Panel1 As System.Windows.Forms.Panel
161     Friend WithEvents Label7 As System.Windows.Forms.Label
162     Friend WithEvents Label6 As System.Windows.Forms.Label
163     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
164     Friend WithEvents Label1 As System.Windows.Forms.Label
165     Friend WithEvents Label2 As System.Windows.Forms.Label
166     Friend WithEvents txtgname As System.Windows.Forms.TextBox
167     Friend WithEvents txtgdesc As System.Windows.Forms.TextBox
168     Friend WithEvents cmdsave As System.Windows.Forms.Button
169     Friend WithEvents cmdclose As System.Windows.Forms.Button
170 End Class


Gõ tìm kiếm nhanh...